build: Turn off default warnings if we find -Werror specified
authorColin Walters <walters@verbum.org>
Thu, 20 Jul 2017 19:37:27 +0000 (15:37 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Fri, 21 Jul 2017 20:45:47 +0000 (20:45 +0000)
commit8456fd5057cb3fbef3e27d53d979b8af33cbbbd4
treef29b7e678a85aaa70aa24f88f39c5fd744652fb3
parent0ded552cf1440a806bd7af684b63f486c03d67c9
build: Turn off default warnings if we find -Werror specified

Our CI runs use `-Werror`; there's no point to our default warning set kicking
in, it just bloats the command line output.

Closes: #1023
Approved by: jlebon
configure.ac